docs: Fix datamodel-graph of XenAPI
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 29 Aug 2008 09:46:46 +0000 (10:46 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 29 Aug 2008 09:46:46 +0000 (10:46 +0100)
"VTPM" is forgotten.

Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
docs/xen-api/xenapi-datamodel-graph.dot

index 4004edbf90226344e15918dd2ebcee2321916054..62590b45d31bdc12ad53b619d919302de6b0cc97 100644 (file)
@@ -14,7 +14,7 @@ fontname="Verdana";
 
 node [ shape=box ]; session VM host network VIF PIF SR VDI VBD PBD user XSPolicy ACMPolicy;
 node [shape=ellipse]; PIF_metrics VIF_metrics VM_metrics VBD_metrics PBD_metrics VM_guest_metrics host_metrics;
-node [shape=box]; DPCI PPCI host_cpu console
+node [shape=box]; DPCI PPCI host_cpu console VTPM
 session -> host [ arrowhead="none" ]
 session -> user [ arrowhead="none" ]
 VM -> VM_metrics [ arrowhead="none" ]